FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowColCollection<T> Class / Insert Method / Insert(Int32,T) Method

In This Topic
    Insert(Int32,T) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    public void Insert( 
       int index,
       T item
    )

    Parameters

    index
    item
    See Also